/* 
Theme Name: Minimalist
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/
h1 {}
h2 {
	font-size:30px;
}
a {
	color: #069;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#site {
	background:url(images/bg.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	padding-top:140px;
}
#site.inside {
	background:url(images/insider_bg.jpg) center top no-repeat;
}
.clear {
	clear:both;
}
li.in {
	display:block;
	width:38px;
	height:115px;
	margin-bottom:-115px;
	position:relative;
	z-index:999;


}
li.top {
	display:block;
	height:10px;
	width:352px;
}
li.middle {
	min-height:150px;
	display:block;
	width:300px;
}
li.bottom {
	height:10px;
	width:352px;
	display:block;
}
#panda ul, #penguin ul {
	list-style:none;
}
#panda {
	float:right;
	margin-top:-16px;
	width:352px;
}
#panda li {
	float:right;
}
#panda li.in {
	background:url(images/right_top.png);
	margin-right:35px;
	float:left;}
#panda li.top {
	background:url(images/both_top.png) top right no-repeat;
}
#panda li.middle {
	background:url(images/both_side_bg.gif) right repeat-y;
	padding-left:42px;
	padding-right:10px;
}
#panda li.bottom {
	background:url(images/both_sides_bottom.png) top right no-repeat;
}
#penguin {
	float:left;
	margin-top:-16px;
	width:352px;
}
#penguin li {
	float:left;
	clear:both;
}
#penguin li.in {
	float:none;

	background:url(images/left_top.png) right;
}
#penguin li.top {
	background:url(images/both_top.png) top left no-repeat;
}
#penguin li.in {
	float:right;
}
#penguin li.middle {
	background:url(images/both_side_bg.gif) left repeat-y;
	padding-left:10px;
	padding-right:42px;
}
#penguin li.bottom {
	background:url(images/both_sides_bottom.png) top left no-repeat;
}
#container{
	width:890px;
	margin:0px auto;
	position:relative;
}
.inside #container {
	width:800px;
}
div.button {
	background: url( images/button_right.png ) center right no-repeat;
	display: inline-block;
	padding:10px 0px;
	float:right;
}
div.button a {
		display: block;
		padding: 10px 20px;
		background: url( images/button_left.png ) center left no-repeat;
		color: #666;
		margin-left: -13px;
	}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
#footer {
	width:890px;
	margin:0px auto;
}
hr {
	color:#CCC;
	background-color:#eee; 
	width:100%; 
	height:20px; 
	margin:10px auto;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ccc;
	clear:both;
}
.header P, .post P, .posts P, .comment P, #comments-form P, .aboutme P, .showcase P, .post TD {
	margin-bottom:10px;
	line-height:20px;
}
#comments-form #fb-user {
	border:none;
}
.comment {
	 width:400px; float:left;
}
#comments-form {
	width:400px; float:right;
}
#comment_mail_notify {
	margin:0px 10px;
}
#cancel_reply {
	position:absolute;
	top:0px;
	right:0px;
}
#commentform input, #commentform textarea {
	width:100%;
}
FB_profile_pic, .FB_profile_pic, #fb-msg { float:left;}
#fb-msg {width:180px;}
